loop n. 1.(用線、帶等打成的)圈,環(huán),匝,框,環(huán)孔,線圈;【醫(yī)學(xué)】(常 the loop)宮內(nèi)避孕環(huán)。 2.環(huán)狀物,塔環(huán),拎環(huán)。 3.(鐵路上的)讓車道,環(huán)道。 4.【無(wú)線電】回路,回線,波腹,環(huán)形天線。 5.【數(shù)學(xué)】自變;【計(jì)算機(jī)】循環(huán);(程序中)一群指令的重復(fù)。 6.【航空】翻圈飛行,翻筋斗;【溜冰】(單腳)打圈兒。 7.〔美國(guó)〕鬧市區(qū);〔the L-〕 芝加哥的商業(yè)區(qū)。 a safety loop保險(xiǎn)圈。 a wire loop鋼絲套圈。 knock [throw] for a loop 〔美俚〕 1. 使神志不清;打昏,使醉倒。 2. 給人極好的印象。 3. 出色地通過(guò)[做成]。 on the loop 〔美國(guó)〕在匆匆旅行中。 out of the loop 在圈內(nèi)人物之外的,不在…圈子內(nèi)的。 vt. 1.使(繩等)成圈,打成圈;【電學(xué)】 把導(dǎo)線連成回路。 2.用圈圍住;(用環(huán))箍住。 (up back). 3.使作成環(huán)狀運(yùn)動(dòng);【航空】翻筋斗。 vi. 1.打環(huán),成圈。 2.【航空】翻筋斗。 3.(像尺蠖似的)伸屈前進(jìn)。 loop the loop 【航空】翻筋斗;(騎自行車等)兜圈子。
counter n. 1.計(jì)算者;計(jì)算器;計(jì)數(shù)器。 2.籌碼,號(hào)碼;偽幣;劣幣;〔蔑稱〕錢;棋子;湊數(shù)的人,玩具似的人。 3.柜臺(tái),賬臺(tái);〔英國(guó)〕(舊時(shí))債務(wù)人監(jiān)獄。 counters for gambling 賭博用籌碼。 a girl behind the counter女店員。 pay over the counter 在(進(jìn)門處)賬柜上交款。 sit [serve] behind a counter 當(dāng)?shù)陠T;做商人。 under the counter 私下(交易)。 n. 1.反對(duì)物,反面。 2.(鞋底的)后跟。 3.馬的前胸部;船尾突出部。 4.【音樂】反對(duì)次中音。 5.【拳擊】回?fù)?,迎擊;【溜冰】逆轉(zhuǎn)。 6.鉛字筆劃間的凹處。 adj. 相反的,反對(duì)的;一對(duì)中之一,副的。 a counter list 副名單。 adv. 相反地,反對(duì)地;逆向地。 act [run, go] counter to 違反,與…相反。 hunt [go, run] counter 向相反方向追獵。 vt. 1.對(duì)抗;反擊,反抗,反對(duì);針對(duì)。 2.(象棋)下針鋒相對(duì)的一著。 3.換鞋跟;打后掌。 vi. 進(jìn)行反擊;還擊 (against)。
Specifies an increment value for a loop counter 為循環(huán)計(jì)數(shù)器指定一個(gè)增量值。
An optional initialization expression that assigns values to the loop counters 為循環(huán)計(jì)數(shù)器賦值的可選初始化表達(dá)式。
An optional iteration expression that increments or decrements the loop counter 遞增或遞減循環(huán)計(jì)數(shù)器的可選迭代表達(dá)式。
The outer loop decrements a loop counter variable each time through the loop 每循環(huán)一次,外部循環(huán)都使循環(huán)計(jì)數(shù)器變量遞減一次。
Separates the beginning and ending values of a loop counter or of a value match range 分隔循環(huán)計(jì)數(shù)器或值匹配范圍的起始值和結(jié)束值。
Expression statement or statements to increment or decrement the loop counters . statement 用于遞增或遞減循環(huán)計(jì)數(shù)器的一條或多條表達(dá)式語(yǔ)句。
This register contains a loop counter that is decremented on certain branch operations 這個(gè)寄存器中存放了一個(gè)循環(huán)計(jì)數(shù)器,會(huì)隨特定轉(zhuǎn)移操作而遞減。
A comma - separated list of expressions or assignment statements to initialize the loop counters . expression 用于初始化循環(huán)計(jì)數(shù)器的表達(dá)式或賦值語(yǔ)句的逗號(hào)分隔列表。
Loop , the order in which the fields of the object are assigned to the loop counter variable are not necessarily predictable or controllable 循環(huán)逐個(gè)通過(guò)對(duì)象的屬性時(shí),將對(duì)象字段賦給循環(huán)計(jì)數(shù)器變量的順序不一定能預(yù)測(cè)或控制。
Of course , you can run loops backward instead of forward , or increment the loop counter by something other than 1 , or even eliminate the loop counter completely as you do in a 當(dāng)然,也可以反向而不是正向運(yùn)行循環(huán),或者使用1之外的循環(huán)計(jì)數(shù)器增量,甚至像
In software engineering, a loop counter is the term often used to refer to the variable that controls the iterations of a loop (a computer programming language construct). It is so named because most uses of this construct result in the variable taking on a range of integer values in some orderly sequence (e.